You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TVec Class > TVec Methods > CopyMtx Method > TVec.CopyMtx Method ([In] TMtx, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TVec.CopyMtx Method ([In] TMtx, int, int, int, int)

Desc Copy Mtx elements Values1D[Row*fCols+Col]..Values1D[Row*fCols+Col+Len] in the calling vector elements [Index]..[Index+Len-1].

Syntax
C#
Visual Basic
public TVec CopyMtx([In] TMtx Mtx, int Index, int Row, int Col, int Len);

The Length and TMtxVec.ComplexComplex properties must be set explicitly. An exception is raised if TMtxVecBase.ConditionCheck is True and array borders are overrun or underrun. The same can be achieved by calling the Copy method.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!